summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-08-12 14:06:37 +0200
committerBen Gamari <ben@smart-cactus.org>2015-08-12 17:37:46 +0200
commite415369e91347d23f149a1a750b267da2ee5d74c (patch)
tree613ac5e2370349d4e39cf06decbab4d07cb6aaf6
parent7b211b4e5a38efca437d76ea442495370da7cc9a (diff)
downloadhaskell-e415369e91347d23f149a1a750b267da2ee5d74c.tar.gz
Update mingw tarball location
-rw-r--r--configure.ac2
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}"