We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fe581 commit afdafebCopy full SHA for afdafeb
appveyor.yml
@@ -4,7 +4,8 @@ before_test:
4
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
5
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
6
7
-- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
+- curl -sS -ostack.zip -L https://www.stackage.org/stack/windows-x86_64
8
+
9
- 7z x stack.zip stack.exe
10
11
clone_folder: "c:\\stack"
0 commit comments