Skip to content

Commit afdafeb

Browse files
committed
64bit stack on windows
1 parent 39fe581 commit afdafeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ before_test:
44
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
55
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
66

7-
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
7+
- curl -sS -ostack.zip -L https://www.stackage.org/stack/windows-x86_64
8+
89
- 7z x stack.zip stack.exe
910

1011
clone_folder: "c:\\stack"

0 commit comments

Comments
 (0)