diff --git a/before.html b/before.html
index d72cce0..3bfea39 100644
--- a/before.html
+++ b/before.html
@@ -14,7 +14,7 @@
diff --git a/build.sh b/build.sh
index f715f0e..9ca19a9 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ cd rust
--set llvm.download-ci-llvm=true \
--set rust.download-rustc=true
-targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
+targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-gnu aarch64-apple-darwin)
# bootstrap uses this var to perform CI detection :(
unset CI