Skip to content
Snippets Groups Projects
Commit 8fa1d5a1 authored by Ben Gamari's avatar Ben Gamari
Browse files

get-win32-tarballs: Use haskell.org mirror

parent 06c8ce44
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ download_mingw() {
}
download_tarballs() {
local mingw_base_url="http://repo.msys2.org/mingw"
#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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment