diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a46110be18..e7f91444fa 100644 --- a/configure.ac +++ b/configure.ac @@ -364,7 +364,7 @@ download_and_extract() { } set_up_tarballs() { - local mingw_base_url="http://repo.msys2.org/mingw" + local mingw_base_url="https://downloads.haskell.org/~ghc/mingw" local package_prefix="mingw-w64" local format_url="${mingw_base_url}/${mingw_arch}/${package_prefix}-${mingw_arch}" |