From cd2f886234d6e7815295b432745b1c31bbe43139 Mon Sep 17 00:00:00 2001 From: nasa Date: Sun, 19 Sep 2021 23:46:36 +0900 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émentine Urquizar --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index 0707c7756..99c6cba05 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -140,7 +140,7 @@ get_os() { get_archi() { architecture=$(uname -m) case "$architecture" in - 'x86_64' | 'amd64' | 'arm64') + 'x86_64' | 'amd64') archi='amd64' ;; 'aarch64' | 'arm64')