This isn't fully a problem if you're on Windows specifically, but on Linux distros it is problematic.
Here's what happens when I try to run Rojo with Rokit using Ubuntu on my ARM64 laptop:

This happens because Ubuntu (at least the WSL build) does not have an emulation layer for X86-64 software, so it completely breaks.
Ideally, it should check if there's any correct builds for your architecture, and if there isn't, it should ask if you want to download a potentially incompatible x86-64 build instead.