Update download-latest.sh

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
meili-bot 2022-02-07 13:53:30 +01:00 committed by GitHub
parent 78cf8f1f9f
commit f7e4a0177d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ get_archi() {
archi='amd64'
;;
'arm64')
if [ $os -eq 'macos' ]; then # MacOS M1
if [ $os = 'macos' ]; then # MacOS M1
archi='amd64'
else
archi='aarch64'