From 07dd5915395844587cc5df0d77f8f5345daa59d0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 23 Dec 2019 15:09:00 +0000 Subject: [PATCH] Fix the Rustup architecture downloaded on AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |