The CMake script generates the following URL for me:
https://github.com/statsig-io/statsig-cpp-core/releases/download/0.16.1beta.2602190307/statsig-ffi-0.16.1beta.2602190307-aarch64-linux-gnu.zip
However, the actual asset URL is
https://github.com/statsig-io/statsig-cpp-core/releases/download/0.16.1-beta.2602190307/statsig-ffi-0.16.1-beta.2602190307-aarch64-unknown-linux-gnu.zip
Notice the additional dash and the unknown. Also, there is no error; the script just downloads 0 bytes and pretens everything is fine.
Will try to add a fix for this.
The CMake script generates the following URL for me:
However, the actual asset URL is
Notice the additional dash and the
unknown. Also, there is no error; the script just downloads 0 bytes and pretens everything is fine.Will try to add a fix for this.