summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 18:31:49 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 18:31:49 +0000
commit355d62f0848f9b911fa28eb6fb8e268590db0e09 (patch)
tree6f07107aa427611ea2e14998b7e06fca93cdb327
parent1cb2721a671d4712bfcfc9875ef5a0ba653d7dd6 (diff)
downloadpsycopg2-355d62f0848f9b911fa28eb6fb8e268590db0e09.tar.gz
Url to download VC fix file moved to this repos2_7_BETA_2
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e4cf152..e74ac72 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -106,7 +106,7 @@ init:
# Note: repository not cloned at this point, so need to fetch
# file another way
- ECHO Fixing VS2010 Express and 64bit builds
- - curl -fsSL -o "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\bin\\amd64\\vcvars64.bat" https://raw.githubusercontent.com/psycopg/psycopg2-wheels/master/scripts/vcvars64-vs2010.bat
+ - curl -fsSL -o "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\bin\\amd64\\vcvars64.bat" https://raw.githubusercontent.com/psycopg/psycopg2/master/scripts/vcvars64-vs2010.bat
# Setup the compiler based upon version and architecture
- ECHO Configuring Compiler