Cannot execute binary file: Exec format error

I am using Arco linux plasma desktop. i followed all the steps properly to setup the cli but when I tried ~/bin/exercism as per the instruction the following error message showed up:
exec format error: /home/user_name/bin/exercism
any fixes?!

Can you describe exactly which steps you followed?

Can you also share the output of the following two commands?

file /home/user_name/bin/exercism
uname -a

solved. Thanks everyone who has commented. I actually got the wrong architecture file. Other than that, I had to export the path to zsh config file.

If you give the solution, then others that may come across this problem may find the solution as well.