Given that we have just released the new version and that the pipeline has added the binary to the release, we can simply download the archive using the curl command, as follows:
curl https://Github.com/HyperledgerHandsOn/trade-finance-logistics/releases/download/v1.1.0/network.bna -L -o network.bna
The -L option is used to tell curl to follow any redirect command. Following the execution of this command, the BNA file should be on your local filesystem.