Fix prysm.sh for arm64 (#5511)

This commit is contained in:
Ivan Martinez 2020-04-19 11:58:01 -04:00 committed by GitHub
parent acd7dd137f
commit 42e6532d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ esac
if [ "$system" == "windows" ]; then
arch="amd64.exe"
elif [[ "$os_arch_suffix" == *"arm64"* ]]; then
arch=$os_arch_suffix
arch="arm64"
fi
mkdir -p $wrapper_dir