Update download-latest.sh

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

View File

@ -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')