diff --git a/appveyor.yml b/appveyor.yml
index 7616a4348da5f0b9c776af938d0af1930a3c4bb9..56534ac4ddc082873b00f1ffef033cbdfa400fe4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,7 @@ install:
    - cmd: conda install nose coverage anaconda-client
    - cmd: pip install coveralls
 
-   - appveyor DownloadFile "https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.pyi"
+   - cmd: curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py
    - cmd: python condaci.py setup
 
 build: off