From 6ab55d9ddae3fda83a8457b7c5ea48097be54d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 1 Jun 2022 01:46:28 +1200 Subject: [PATCH] Fix arm64 linux URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce95831d6..943130fe4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo- linux arm64: ``` -wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-unknown-linux-musleabihf.tgz +wget https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-unknown-linux-musl.tgz ``` macos x86\_64: