Found it: It's a 32bit ELF and I did not had support for that installed:
Ubuntu 2025.04:
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libncurses6:i386 sudo apt install libc6:i386 libstdc++6:i386
awesome, glad you managed to figure it out