Commit e82b475d authored by Andrew Murray's avatar Andrew Murray
Browse files

Fixed typo

parent 1fb51b3b
......@@ -446,7 +446,7 @@ function install_pypy {
"i686") suffix="linux32";;
"darwin") suffix="osx64";;
"ppc64le") suffix="ppc64le";;
"s30x") suffix="s390x";;
"s390x") suffix="s390x";;
"aarch64") suffix="aarch64";;
*) if [ -n "$IS_OSX" ]; then
suffix="osx64";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment