summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTOOLS/appveyor-install.sh2
1 files changed, 1 insertions, 1 deletions
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 \