mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 11:20:50 +00:00
Update download-latest.sh
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user