diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh index 6ea861b5af..7c0a345ebe 100755 --- a/TOOLS/appveyor-install.sh +++ b/TOOLS/appveyor-install.sh @@ -29,7 +29,7 @@ pacman -Sc --noconfirm # Compile ffmpeg ( - git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && cd ffmpeg + git clone --depth=1 https://github.com/FFmpeg/ffmpeg.git && cd ffmpeg mkdir build && cd build ../configure \