Fix permissions prepare mem dryrun
The scripts/prepare_mem_dryrun.py scripts lacks the executable bit. When calling it in ci/smoke_test.sh, this results in
ci/smoke_test.sh: line 66: ./scripts/prepare_mem_dryrun.py: Permission denied
I am unsure how this would affect the test outcome - adding @norvell as the author of the script here.