# Aembit CLI now available as a glibc-linked Linux binary

Aembit CLI 1.34.5772 adds a second Linux amd64 archive, `aembit_agent_cli_linux_amd64_glibc_<version>.tar.gz`, that links dynamically against glibc 2.28 or newer. The default archive still links statically against musl, runs on amd64 and arm64 with no dependency on the host C library, and remains the recommended download.

If the default build has worked for you, keep using it. The glibc build is for organizations whose policy requires glibc, and for working around rare bugs in the default build. For example, the default build reports `failed to lookup address information` on some hosts where `dig` and `curl` resolve the same name, because musl rejects a DNS resolver response that glibc tolerates. See [DNS lookup fails with `failed to lookup address information`](/dev-guide/cli/troubleshooting/#dns-lookup-fails-with-failed-to-lookup-address-information) for that case. The glibc build is amd64 only, and it doesn’t run on Alpine Linux or in distroless images. See [Choose a Linux build](/dev-guide/cli/usage/setup/#choose-a-linux-build) for the full comparison.