diff --git a/ci/publish-tarball.sh b/ci/publish-tarball.sh index ef58e7261..907713938 100755 --- a/ci/publish-tarball.sh +++ b/ci/publish-tarball.sh @@ -45,7 +45,7 @@ linux) TARGET=x86_64-unknown-linux-gnu ;; windows) - TARGET=x86_64-pc-windows-gnu + TARGET=x86_64-pc-windows-msvc # Enable symlinks used by some build.rs files # source: https://stackoverflow.com/a/52097145/10242004 ( diff --git a/docs/src/cli/install-solana-cli-tools.md b/docs/src/cli/install-solana-cli-tools.md index 3c438d42e..beba8fb3f 100644 --- a/docs/src/cli/install-solana-cli-tools.md +++ b/docs/src/cli/install-solana-cli-tools.md @@ -72,7 +72,7 @@ solana --version installer into a temporary directory: ```bash -curl http://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/solana-install-init-x86_64-pc-windows-gnu.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs +curl http://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/solana-install-init-x86_64-pc-windows-msvc.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs ``` - Copy and paste the following command, then press Enter to install the latest @@ -107,7 +107,7 @@ manually download and install the binaries. Download the binaries by navigating to [https://github.com/solana-labs/solana/releases/latest](https://github.com/solana-labs/solana/releases/latest), -download **solana-release-x86_64-unknown-linux-gnu.tar.bz2**, then extract the +download **solana-release-x86_64-unknown-linux-msvc.tar.bz2**, then extract the archive: ```bash @@ -133,7 +133,7 @@ export PATH=$PWD/bin:$PATH - Download the binaries by navigating to [https://github.com/solana-labs/solana/releases/latest](https://github.com/solana-labs/solana/releases/latest), - download **solana-release-x86_64-pc-windows-gnu.tar.bz2**, then extract the + download **solana-release-x86_64-pc-windows-msvc.tar.bz2**, then extract the archive using WinZip or similar. - Open a Command Prompt and navigate to the directory into which you extracted