diff options
Diffstat (limited to 'download-latest.sh')
-rw-r--r-- | download-latest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download-latest.sh b/download-latest.sh index dc0b79de..eec24c11 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -100,7 +100,7 @@ get_arch() { ;; # case 2 - 'arm64') + 'arm64' | 'aarch64') arch='arm64' ;; |