🐧 Know platform architecture
Websites always host the static builds of the latest stable version for different platforms like amd64, i686 or arm64.
If you don't know what platform architecture you have in your machine, use this command:
uname -m
Based on the returned value, you know:
i686: It's a 32-bit architecture based on Intel or AMD
x86_64 or amd64: It's a 64-bit architecture based on Intel or AMD
arm64 or aarch64: It's an 64-bit architecture based on ARM