diff --git a/appveyor.yml b/appveyor.yml
index 3e382154fdf6596d792f9de8b84ef41e4b74a9a4..e0e8e04ff30181282b4863e3fca6f868637968f7 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