ci-build: Use a mirror of mingw binaries, not msys2 binaries
authorSimon McVittie <smcv@collabora.com>
Wed, 27 Sep 2017 17:39:23 +0000 (18:39 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 28 Sep 2017 10:37:53 +0000 (11:37 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index 1fd63e0..7152966 100755 (executable)
@@ -95,7 +95,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
 
 case "$ci_host" in
     (mingw)
-        mirror=http://repo.msys2.org/msys/i686
+        mirror=http://repo.msys2.org/mingw/i686
         mingw="$(pwd)/mingw32"
         install -d "${mingw}"
         export PKG_CONFIG_LIBDIR="${mingw}/lib/pkgconfig"