From c6e79f9113d320679d3c29f83b306cb6e5d81bee Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 27 Sep 2017 15:38:20 +0100 Subject: [PATCH] ci-build: Use a mirror that hopefully works better than Sourceforge Signed-off-by: Simon McVittie --- tools/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 2aa283a72..1fd63e079 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -95,7 +95,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1" case "$ci_host" in (mingw) - mirror=http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ + mirror=http://repo.msys2.org/msys/i686 mingw="$(pwd)/mingw32" install -d "${mingw}" export PKG_CONFIG_LIBDIR="${mingw}/lib/pkgconfig" -- 2.47.3