From fe2b4b5079ce986467d02ad4209963b7c9799bac Mon Sep 17 00:00:00 2001 From: Furkan Pham Date: Mon, 3 Feb 2020 13:00:10 +0100 Subject: [PATCH] Fix pre-compiled binary URL for aarch64 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31867b..5acfb89 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Alternatively, you can download pre-compiled binaries for the latest release her * [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz) (statically linked) * [Linux, armv6hf](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz), i.e. Raspberry Pi (statically linked) -* [Linux, aarch64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.armv6hf.tar.xz) aka ARM64 (statically linked) +* [Linux, aarch64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.aarch64.tar.xz) aka ARM64 (statically linked) * [MacOS, x86_64](https://shellcheck.storage.googleapis.com/shellcheck-stable.darwin.x86_64.tar.xz) * [Windows, x86](https://storage.googleapis.com/shellcheck/shellcheck-stable.zip)