apt-get install libcurl3
Not a solution, because other components of ubuntu 18 depend on libcurl4 which get's uninstalled if you install libcurl3. Internet is full of these reports for various packages. Anyway i found another solution.
Get libcurl.so.3 from the package and
LD_PRELOAD=libcurl.so.3 ./z-enemy.....