Godot Version
4.5.1
Question
I am trying to run godot through CLI after ssh-ing onto a server instance. When I download godot for linux for my architecture (arm64) and try to do godot --version, I get Segmentation fault In the terminal. I am uploading the godot executable into my server via downloading it to my local Windows machine and scp-ing it to the server. I have tried the other architecture executables just to cover my bases and the others all error with things like cannot execute binary file indicating that they are not compatible. I even tried running godot in a docker container on ubuntu:latest and it seg faults. Anyone know a fix?