mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update download-latest.sh
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
78cf8f1f9f
commit
f7e4a0177d
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user