I got an ELF file of type
ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, stripped
which I want to run in a normal regular linux machine (not a container)
Sadly I get the error No such file or directory
when trying to execute.
I eventually want to debug said ELF and it will be harder to do in a container.
Was googling for hours and couldnt find a simple solution.