Consegui instalar o 32 bit libcurl
usando o seguinte:
# enable i386 packages to be installed (may already be enabled)
dpkg --add-architecture i386
# update apt to fetch metadata for the new architecture
apt update
# install! (note: you may need a different version)
apt install libcurl4-openssl-dev:i386
Isso traz ~ 35 ou mais pacotes i386
também.