From dda4fe10b30a4de0ae7fb6c3b7684af401324c36 Mon Sep 17 00:00:00 2001 From: nasa Date: Sun, 19 Sep 2021 23:46:31 +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 5565fb3f7..0707c7756 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -143,7 +143,7 @@ get_archi() { 'x86_64' | 'amd64' | 'arm64') archi='amd64' ;; - 'aarch64') + 'aarch64' | 'arm64') archi='armv8' ;; *)