diff --git a/appveyor.yml b/appveyor.yml index 509a85e5..fcd083e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ cache: - C:\Users\appveyor\.cargo\bin\cbindgen.exe install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs + - curl -sSf -o rustup-init.exe https://win.rustup.rs/x86_64 - rustup-init.exe -y - rustup target add i686-pc-windows-msvc - ps: |