Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for platform.machine() == aarch64 on Linux
$ python -c 'import platform; print(platform.machine())' aarch64 I'm not sure if in some cases it returns arm64, so I just left that possibility there.
- Loading branch information