Update download-latest.sh

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
nasa 2021-09-19 23:46:31 +09:00 committed by GitHub
parent 5b995ba080
commit dda4fe10b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ get_archi() {
'x86_64' | 'amd64' | 'arm64')
archi='amd64'
;;
'aarch64')
'aarch64' | 'arm64')
archi='armv8'
;;
*)