mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Update download-latest.sh
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
78cf8f1f9f
commit
f7e4a0177d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue