From f7e4a0177d34da3a61c80af131f7420490d96535 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:53:30 +0100 Subject: [PATCH] Update download-latest.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index be0ff15e1..943b29143 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -152,7 +152,7 @@ get_archi() { archi='amd64' ;; 'arm64') - if [ $os -eq 'macos' ]; then # MacOS M1 + if [ $os = 'macos' ]; then # MacOS M1 archi='amd64' else archi='aarch64'