Closed aspect closed 1 year ago
When trying to use --tools-version v1.36 and/or with --force-tools-install I get the following error:
--tools-version v1.36
--force-tools-install
% cargo build-sbf --tools-version v1.36 --force-tools-install [2023-03-15T16:22:09.562772000Z ERROR cargo_build_sbf] Failed to install sbf-tools: HTTP status client error (404 Not Found) for url (https://github.com/solana-labs/platform-tools/releases/download/v1.36/solana-sbf-tools-osx.tar.bz2)
Note that the URL is https://github.com/solana-labs/platform-tools/releases/download/v1.36/solana-sbf-tools-osx.tar.bz2 Whereas the file on github is named (in my case) as: solana-sbf-tools-osx-aarch64.tar.bz2
This has been fixed.
When trying to use
--tools-version v1.36
and/or with--force-tools-install
I get the following error:Note that the URL is https://github.com/solana-labs/platform-tools/releases/download/v1.36/solana-sbf-tools-osx.tar.bz2 Whereas the file on github is named (in my case) as: solana-sbf-tools-osx-aarch64.tar.bz2