Fix windows link

This commit is contained in:
Julian Ospald 2021-06-06 15:33:57 +02:00
parent cff592db82
commit d65ab434b2
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ download_ghcup() {
MSYS*|MINGW*)
case "${arch}" in
x86_64|amd64)
_url=${base_url}/${ghver}/x86_64-mingw64-ghcup-${ghver}.exe
_url=https://downloads.haskell.org/ghcup/0.1.15-rc2/x86_64-mingw64-ghcup-0.1.15.exe
;;
*) die "Unknown architecture: ${arch}"
;;