Rating:

Using the command,
file flag
we learn that "flag" is a gzip archive.

Before we unzip the archive, we must rename it "flag.gz"
mv flag flag.gz

To unzip the archive, we use
gunzip flag.gz

The uncompressed file reads
ABCTF{broken_zipper}