The code is expecting the `os.arch` system property to be set to `amd64` for 64 bit architecture but sometimes it's also set to `x86_64`.
The code is expecting the
os.archsystem property to be set toamd64for 64 bit architecture but sometimes it's also set tox86_64.