run the command
uname -a
If it does not return x86_64 then your OS/Proc is not compatible, regardless if its 64-bit.
A Pi should typically return aarch64 as its an Arm processor and not x86_64 based.
It may be possible to recompile but I’ve not found a howto specifically for those steps yet.